home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / QuickTime VR / MacOS / QuickDraw™ 3D 1.0.6F4 SDK / Samples / SampleCode / BoxTex / Textures.h < prev    next >
Encoding:
Text File  |  1995-03-23  |  386 b   |  11 lines  |  [TEXT/MPCC]

  1. // routines to allow us to put texture maps on a parameterized group
  2. #ifndef _TEXTURES_H_
  3. #define _TEXTURES_H_
  4.  
  5. #include "PictRead.h"        // this is a library file from QD3D applications folder
  6.  
  7. TQ3Status AddTextureToGroup( TQ3GroupObject    theGroup, TQ3StoragePixmap *textureImage) ;
  8. void PictureFileToPixmap( TQ3StoragePixmap *bMap ) ;
  9. void TextureGroup( TQ3GroupObject    theGroup) ;
  10.  
  11. #endif